[INFO] fetching crate bauer 0.5.0...
[INFO] fixing bauer-0.5.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate bauer 0.5.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate bauer 0.5.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate bauer 0.5.0
[INFO] tweaked toml for crates.io crate bauer 0.5.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate bauer 0.5.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bauer 0.5.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded trybuild v1.0.116
[INFO] [stderr]   Downloaded convert_case v0.11.0
[INFO] [stderr]   Downloaded bauer-macros v0.5.0
[INFO] [stderr]   Downloaded toml v1.0.6+spec-1.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0c786532ebc0582256fea67b0cd66700070485436ed2b7344313d266fd62ea41
[INFO] running `Command { std: "docker" "start" "0c786532ebc0582256fea67b0cd66700070485436ed2b7344313d266fd62ea41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0c786532ebc0582256fea67b0cd66700070485436ed2b7344313d266fd62ea41" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c786532ebc0582256fea67b0cd66700070485436ed2b7344313d266fd62ea41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0c786532ebc0582256fea67b0cd66700070485436ed2b7344313d266fd62ea41" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking winnow v0.7.15
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling convert_case v0.11.0
[INFO] [stderr]    Compiling strum v0.28.0
[INFO] [stderr]    Compiling bauer-macros v0.5.0
[INFO] [stderr]     Checking toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking toml v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking bauer v0.5.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking trybuild v1.0.116
[INFO] [stdout] error: expected string literal
[INFO] [stdout]   --> tests/dup.rs:24:22
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[builder(kind = NAME_3, error(force))]
[INFO] [stdout]    |                      ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `attribute` in this scope
[INFO] [stdout]   --> tests/dup.rs:14:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[attribute::dup(
[INFO] [stdout]    |   ^^^^^^^^^ use of unresolved module or unlinked crate `attribute`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `NAME_0` should have an upper camel case name
[INFO] [stdout]   --> tests/dup.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 |     struct NAME_0 {
[INFO] [stdout]    |            ^^^^^^ help: convert the identifier to upper camel case: `Name0`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_camel_case_types)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `NAME_0` in the current scope
[INFO] [stdout]   --> tests/dup.rs:67:33
[INFO] [stdout]    |
[INFO] [stdout] 25 |     struct NAME_0 {
[INFO] [stdout]    |     ------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 67 |         let c: NAME_0 = NAME_0::builder()
[INFO] [stdout]    |                                 ^^^^^^^ associated function or constant not found in `NAME_0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `attribute` in this scope
[INFO] [stdout]   --> tests/build_fn.rs:36:29
[INFO] [stdout]    |
[INFO] [stdout] 36 |                 attribute(#[attribute::my_attribute]),
[INFO] [stdout]    |                             ^^^^^^^^^ use of unresolved module or unlinked crate `attribute`
[INFO] [stdout] ...
[INFO] [stdout] 87 | tests!("borrowed" in mod borrowed unwrap);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `attribute` in this scope
[INFO] [stdout]   --> tests/build_fn.rs:37:30
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 attributes(#[attribute::my_attribute]),
[INFO] [stdout]    |                              ^^^^^^^^^ use of unresolved module or unlinked crate `attribute`
[INFO] [stdout] ...
[INFO] [stdout] 87 | tests!("borrowed" in mod borrowed unwrap);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `attribute` in this scope
[INFO] [stdout]   --> tests/build_fn.rs:40:29
[INFO] [stdout]    |
[INFO] [stdout] 40 |                 attribute(#[attribute::my_attribute]),
[INFO] [stdout]    |                             ^^^^^^^^^ use of unresolved module or unlinked crate `attribute`
[INFO] [stdout] ...
[INFO] [stdout] 87 | tests!("borrowed" in mod borrowed unwrap);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `attribute` in this scope
[INFO] [stdout]   --> tests/build_fn.rs:41:30
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 attributes(#[attribute::my_attribute]),
[INFO] [stdout]    |                              ^^^^^^^^^ use of unresolved module or unlinked crate `attribute`
[INFO] [stdout] ...
[INFO] [stdout] 87 | tests!("borrowed" in mod borrowed unwrap);
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `attribute` in this scope
[INFO] [stdout]   --> tests/build_fn.rs:36:29
[INFO] [stdout]    |
[INFO] [stdout] 36 |                 attribute(#[attribute::my_attribute]),
[INFO] [stdout]    |                             ^^^^^^^^^ use of unresolved module or unlinked crate `attribute`
[INFO] [stdout] ...
[INFO] [stdout] 88 | tests!("owned" in mod owned unwrap);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `attribute` in this scope
[INFO] [stdout]   --> tests/build_fn.rs:37:30
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 attributes(#[attribute::my_attribute]),
[INFO] [stdout]    |                              ^^^^^^^^^ use of unresolved module or unlinked crate `attribute`
[INFO] [stdout] ...
[INFO] [stdout] 88 | tests!("owned" in mod owned unwrap);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `attribute` in this scope
[INFO] [stdout]   --> tests/build_fn.rs:40:29
[INFO] [stdout]    |
[INFO] [stdout] 40 |                 attribute(#[attribute::my_attribute]),
[INFO] [stdout]    |                             ^^^^^^^^^ use of unresolved module or unlinked crate `attribute`
[INFO] [stdout] ...
[INFO] [stdout] 88 | tests!("owned" in mod owned unwrap);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `attribute` in this scope
[INFO] [stdout]   --> tests/build_fn.rs:41:30
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 attributes(#[attribute::my_attribute]),
[INFO] [stdout]    |                              ^^^^^^^^^ use of unresolved module or unlinked crate `attribute`
[INFO] [stdout] ...
[INFO] [stdout] 88 | tests!("owned" in mod owned unwrap);
[INFO] [stdout]    | ----------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `attribute` in this scope
[INFO] [stdout]   --> tests/build_fn.rs:36:29
[INFO] [stdout]    |
[INFO] [stdout] 36 |                 attribute(#[attribute::my_attribute]),
[INFO] [stdout]    |                             ^^^^^^^^^ use of unresolved module or unlinked crate `attribute`
[INFO] [stdout] ...
[INFO] [stdout] 89 | tests!("type-state" in mod type_state);
[INFO] [stdout]    | -------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `attribute` in this scope
[INFO] [stdout]   --> tests/build_fn.rs:37:30
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 attributes(#[attribute::my_attribute]),
[INFO] [stdout]    |                              ^^^^^^^^^ use of unresolved module or unlinked crate `attribute`
[INFO] [stdout] ...
[INFO] [stdout] 89 | tests!("type-state" in mod type_state);
[INFO] [stdout]    | -------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `attribute` in this scope
[INFO] [stdout]   --> tests/build_fn.rs:40:29
[INFO] [stdout]    |
[INFO] [stdout] 40 |                 attribute(#[attribute::my_attribute]),
[INFO] [stdout]    |                             ^^^^^^^^^ use of unresolved module or unlinked crate `attribute`
[INFO] [stdout] ...
[INFO] [stdout] 89 | tests!("type-state" in mod type_state);
[INFO] [stdout]    | -------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `attribute` in this scope
[INFO] [stdout]   --> tests/build_fn.rs:41:30
[INFO] [stdout]    |
[INFO] [stdout] 41 |                 attributes(#[attribute::my_attribute]),
[INFO] [stdout]    |                              ^^^^^^^^^ use of unresolved module or unlinked crate `attribute`
[INFO] [stdout] ...
[INFO] [stdout] 89 | tests!("type-state" in mod type_state);
[INFO] [stdout]    | -------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `tests` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `builder` found for struct `NAME_0` in the current scope
[INFO] [stdout]    --> tests/dup.rs:109:33
[INFO] [stdout]     |
[INFO] [stdout]  25 |     struct NAME_0 {
[INFO] [stdout]     |     ------------- associated function or constant `builder` not found for this struct
[INFO] [stdout] ...
[INFO] [stdout] 109 |         let c: NAME_0 = NAME_0::builder()
[INFO] [stdout]     |                                 ^^^^^^^ associated function or constant not found in `NAME_0`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bauer` (test "dup") due to 4 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bauer` (test "build_fn") due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "0c786532ebc0582256fea67b0cd66700070485436ed2b7344313d266fd62ea41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c786532ebc0582256fea67b0cd66700070485436ed2b7344313d266fd62ea41", kill_on_drop: false }`
[INFO] [stdout] 0c786532ebc0582256fea67b0cd66700070485436ed2b7344313d266fd62ea41
